QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Knob Value Constants

These constants specify unknown or default knob values and are used in various get knob and set knob calls.

enum {
    kUnknownKnobValue       = 0x7FFFFFFF,
    kDefaultKnobValue       = 0x7FFFFFFE
};

Constant descriptions

kUnknownKnobValue
Couldn't find the specified knob value.
kDefaultKnobValue
Set this knob to its default value.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next